@charset "utf-8";
/* CSS Document */

#ctrlNav {
 list-style-type: none;
 background:inherit;
}         /*控制一级菜单行高；上边距5px；*/   
#ctrlNav a {
 display: block; 
 line-height: 26px;
 text-align:left;
 padding-left:0px;
 font-size:12px;
 font-weight: normal;
 color: #000000;
 background-color2:#F0F0F0;
 text-decoration:none;
 vertical-align:middle;
 background2:url(../images/management.png) no-repeat center left;
} /*一级菜单链接总体样式：每个菜单的宽，居中对齐，文字大小*/ 
#ctrlNav a img2{
 margin-right: 6px;
 margin-top:3px;
} /*一级菜单链接总体样式：每个菜单的宽，居中对齐，文字大小*/ 
#ctrlNav a .mimg{
 width:22px; padding:3px 6px 3px 12px;float:left;
} /*一级菜单链接总体样式：每个菜单的宽，居中对齐，文字大小*/ 
#ctrlNav a:hover {
 text-decoration:none;
 font-weight: bold; 
 background-color:#EEE;
 background2:url(../images/management.png) no-repeat center left;
}                /* 鼠标在链接上 */

#ctrlNav li {
 float: left;
 width: 198px; 
 padding-left:0px;
 background-repeat: no-repeat;
 border-bottom:solid 0px #ccc;

}                   /* 一级菜左对齐 */ 
 
#ctrlNav li ul {
 line-height: 30px;
 list-style-type: none;
 text-align:left;
 position: absolute;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: solid;
 border-left-style: none;
 padding:1px;
 font-family: "宋体";
 font-size: 12px;
 text-decoration: none;
 background-color:#FCC;
 border-bottom-width: 1px;
 border-bottom-color: #000000;
 font-weight: normal;
 left: -1000px;
 color: #FFFFFF;
 width: 105px;
}             /*二级菜单总体样式：行高24px；背景颜色；外框宽度；相对位置；边框一个象素，上边没样式，左右下边实线，边框颜色#003399；内边距1个象素*/
#ctrlNav li ul li{
	line-height:30px;
}
#ctrlNav li ul a{
 display:block;
 text-align:center;
 font-size: 12px;
 color: #000000;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #FFFFFF;
 background-color: #ffdebd;
 text-decoration: none;
 width: 105px;
 font-weight: normal;
}                 /* 二级菜单链接样式；背景宽度、左对齐，左缩进2 */                                /* 已访问的链接 */
#ctrlNav li ul a:hover {
 color:#000000;
 text-decoration:none;
 font-weight:normal;
 font-size: 12px;
 background-color: #de7f1f;
 list-style-type: none;
}/* 鼠标在链接上 */

#ctrlNav li:hover ul {left: auto;}
#ctrlNav li.sfhover ul {left: auto;}